home *** CD-ROM | disk | FTP | other *** search
/ Deluxe Multimedia CD Pack / Deluxe Multimedia CD Pack.iso / g100 / os2 / cirrus.dsp next >
Text File  |  1997-09-08  |  13KB  |  271 lines

  1. * Cirrus
  2. * For OS/2 2.1, 2.11, 3.0
  3. :TITLE
  4. CIRRUS BASEVID (DISP1) DSP
  5.  
  6. :KEY
  7. CIRRUS
  8.  
  9. * FOR WOW
  10. :FILES :MODE=PRIMARY :MODE=WINDOWS
  11. windrv.pak     %WINPATH%\SYSTEM
  12. winfont.pak    %WINPATH%\SYSTEM
  13.  
  14. :FILES :MODE=PRIMARY
  15. cirrus.pak  %BOOTDRIVE%:\os2\dll
  16. cl_V.pak  %BOOTDRIVE%:\os2\mdos
  17. cl_PMI.pak %BOOTDRIVE%:\os2
  18.  
  19. :CONFIG :MODE=PRIMARY
  20. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  21. SET VIDEO_DEVICES=VIO_SVGA
  22. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  23.  
  24. :CONFIG :MODE=PRIMARY :MODE=BIDI
  25. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  26.  
  27. :CONFIG :MODE=PRIMARY :MODE=DOS
  28. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VPRPMI.SYS
  29. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  30.  
  31. :CONFIG :MODE=PRIMARY :MODE=WINDOWS
  32. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VWIN.SYS
  33.  
  34. :DEL_CONFIG_LINE :MODE=PRIMARY
  35. SET VIO_%PRI% = DEVICE(BVH%PRI%,BDBVH)
  36. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A,BDBVH)
  37. SET VIO_CGA=DEVICE(BVHCGA,BDBVH)
  38. SET VIO_EGA=DEVICE(BVHEGA,BDBVH)
  39. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  40. SET VIO_VGA=DEVICE(BVHVGA,BDBVH)
  41. SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  42. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA,BDBVH)
  43.  
  44. *:DELETING VGA LINES FOR PROTECT MODE
  45. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  46. SET VIO_VGA=DEVICE(BVHVGA)
  47. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  48. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  49.  
  50. *:DELETING SVGA LINES FOR PROTECT MODE
  51. *DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  52. *SET VIO_SVGA=DEVICE(BVHVGA)
  53.  
  54. *:DELETING XGA LINES FOR PROTECT MODE
  55. DEVICE=%BOOTDRIVE%:\OS2\XGARING0.SYS
  56. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGARING0.SYS
  57. DEVICE=%BOOTDRIVE%:\OS2\XGA.SYS
  58. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGA.SYS
  59. BASEDEV=XGA.SYS
  60. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  61.  
  62. *:DELETING BGA LINES FOR PROTECT MODE
  63. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  64.  
  65. *:DELETING CGA LINES FOR PROTECT MODE
  66. SET VIO_CGA=DEVICE(BVHCGA)
  67.  
  68. *:DELETING EGA LINES FOR PROTECT MODE
  69. SET VIO_EGA=DEVICE(BVHEGA)
  70.  
  71. :DEL_CONFIG_LINE :MODE=PRIMARY :MODE=DOS
  72.  
  73. *:DELETING XGA LINES FOR REAL MODE
  74. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VXGA.SYS
  75.  
  76. *:DELETING BGA LINES FOR REAL MODE
  77. DEVICE=%BOOTDRIVE%:\OS2\MDOS\V8514A.SYS
  78.  
  79. *:DELETING CGA LINES FOR REAL MODE
  80. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VCGA.SYS
  81.  
  82. *:DELETING EGA LINES FOR REAL MODE
  83. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VEGA.SYS
  84.  
  85. *:DELETING VGA LINES FOR REAL MODE
  86. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  87.  
  88. :OS2INI :MODE=PRIMARY
  89. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  90. InstallWindow VIOADAPTERSTR 7
  91. InstallWindow SVGA_RESOLUTION HIRES
  92.  
  93. :OS2INI :MODE=SECONDARY
  94. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  95. InstallWindow VIOADAPTER2STR 7
  96. InstallWindow SVGA_RESOLUTION HIRES
  97.  
  98. :OS2INI :MODE=PRIMARY
  99. OS2.INI
  100. PM_DISPLAYDRIVERS  CIRRUS           CIRRUS
  101. PM_DISPLAYDRIVERS  CURRENTDRIVER    CIRRUS
  102. PM_DISPLAYDRIVERS  DEFAULTDRIVER    IBMVGA32
  103. PM_Fonts           COURIERI
  104. PM_Fonts           HELVI
  105. PM_Fonts           TIMESI
  106.  
  107. :OS2INI :MODE=PRIMARY :MODE=WINDOWS
  108. OS2.INI
  109. PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1
  110.  
  111. WIN_RES_640x480x256         WIN_RES_SET WIN_RES_CL_1
  112. WIN_RES_640x480x65536       WIN_RES_SET WIN_RES_CL_2
  113. WIN_RES_640x480x16777216    WIN_RES_SET WIN_RES_CL_3
  114. WIN_RES_800x600x256         WIN_RES_SET WIN_RES_CL_4
  115. WIN_RES_800x600x65536       WIN_RES_SET WIN_RES_CL_5
  116. WIN_RES_800x600x16777216    WIN_RES_SET WIN_RES_CL_6
  117. WIN_RES_1024x768x256        WIN_RES_SET WIN_RES_CL_7
  118. WIN_RES_1024x768x65536      WIN_RES_SET WIN_RES_CL_8
  119. WIN_RES_1024x768x16777216   WIN_RES_SET WIN_RES_CL_9
  120. WIN_RES_1280x1024x256       WIN_RES_SET WIN_RES_CL_A
  121. WIN_RES_1280x1024x65536     WIN_RES_SET WIN_RES_CL_B
  122. WIN_RES_1600x1200x256       WIN_RES_SET WIN_RES_CL_C
  123.  
  124. WIN_RES_CL_1   1  "system.ini boot.description aspect 100,96,96"
  125. WIN_RES_CL_1   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  126. WIN_RES_CL_1   3  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  127. WIN_RES_CL_1   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  128. WIN_RES_CL_1   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  129. WIN_RES_CL_1   6  "win.ini fonts \"Small Fonts (VGA res)\" smalle.fon"
  130. WIN_RES_CL_1   7  "system.ini CL_WinAccel fontsize small"
  131. WIN_RES_CL_1   8  "system.ini CL_WinAccel colordepth 8"
  132. WIN_RES_CL_1   9  "system.ini CL_WinAccel resolution 640x480"
  133.  
  134. WIN_RES_CL_2   1  "system.ini boot.description aspect 100,96,96"
  135. WIN_RES_CL_2   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  136. WIN_RES_CL_2   3  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  137. WIN_RES_CL_2   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  138. WIN_RES_CL_2   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  139. WIN_RES_CL_2   6  "win.ini fonts \"Small Fonts (VGA res)\" smalle.fon"
  140. WIN_RES_CL_2   7  "system.ini CL_WinAccel fontsize small"
  141. WIN_RES_CL_2   8  "system.ini CL_WinAccel colordepth 16"
  142. WIN_RES_CL_2   9  "system.ini CL_WinAccel resolution 640x480"
  143.  
  144. WIN_RES_CL_3   1  "system.ini boot.description aspect 100,96,96"
  145. WIN_RES_CL_3   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  146. WIN_RES_CL_3   3  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  147. WIN_RES_CL_3   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  148. WIN_RES_CL_3   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  149. WIN_RES_CL_3   6  "win.ini fonts \"Small Fonts (VGA res)\" smalle.fon"
  150. WIN_RES_CL_3   7  "system.ini CL_WinAccel fontsize small"
  151. WIN_RES_CL_3   8  "system.ini CL_WinAccel colordepth 24"
  152. WIN_RES_CL_3   9  "system.ini CL_WinAccel resolution 640x480"
  153.  
  154. WIN_RES_CL_4   1  "system.ini boot.description aspect 100,96,96"
  155. WIN_RES_CL_4   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  156. WIN_RES_CL_4   3  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  157. WIN_RES_CL_4   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  158. WIN_RES_CL_4   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  159. WIN_RES_CL_4   6  "win.ini fonts \"Small Fonts (VGA res)\" smalle.fon"
  160. WIN_RES_CL_4   7  "system.ini CL_WinAccel fontsize small"
  161. WIN_RES_CL_4   8  "system.ini CL_WinAccel colordepth 8"
  162. WIN_RES_CL_4   9  "system.ini CL_WinAccel resolution 800x600"
  163.  
  164. WIN_RES_CL_5   1  "system.ini boot.description aspect 100,96,96"
  165. WIN_RES_CL_5   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  166. WIN_RES_CL_5   3  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  167. WIN_RES_CL_5   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  168. WIN_RES_CL_5   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  169. WIN_RES_CL_5   6  "win.ini fonts \"Small Fonts (VGA res)\" smalle.fon"
  170. WIN_RES_CL_5   7  "system.ini CL_WinAccel fontsize small"
  171. WIN_RES_CL_5   8  "system.ini CL_WinAccel colordepth 16"
  172. WIN_RES_CL_5   9  "system.ini CL_WinAccel resolution 800x600"
  173.  
  174. WIN_RES_CL_6   1  "system.ini boot.description aspect 100,96,96"
  175. WIN_RES_CL_6   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  176. WIN_RES_CL_6   3  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  177. WIN_RES_CL_6   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  178. WIN_RES_CL_6   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  179. WIN_RES_CL_6   6  "win.ini fonts \"Small Fonts (VGA res)\" smalle.fon"
  180. WIN_RES_CL_6   7  "system.ini CL_WinAccel fontsize small"
  181. WIN_RES_CL_6   8  "system.ini CL_WinAccel colordepth 24"
  182. WIN_RES_CL_6   9  "system.ini CL_WinAccel resolution 800x600"
  183.  
  184. WIN_RES_CL_7   1  "system.ini boot.description aspect 100,120,120"
  185. WIN_RES_CL_7   2  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  186. WIN_RES_CL_7   3  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  187. WIN_RES_CL_7   4  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  188. WIN_RES_CL_7   5  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  189. WIN_RES_CL_7   6  "win.ini fonts \"Small Fonts (8514/a res)\